Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/67 - Currency Converter/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/67 - Currency Converter/index.html
387 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

readme.md /cody/swapnilsparsh/30DaysOfJavaScript/67 - Currency Converter/readme.md
248 Views
0 Comments
I have added a Currency Converter.
It allows user to type digits(amount) and we have real time conversions as they type.
It fetc
script.js /cody/swapnilsparsh/30DaysOfJavaScript/67 - Currency Converter/script.js
207 Views
0 Comments
const exchange_rate = document.getElementById('exchange-rate');
const curr_first = document.getElementById('curr-first');
const
style.css /cody/swapnilsparsh/30DaysOfJavaScript/67 - Currency Converter/style.css
169 Views
0 Comments
* {
box-sizing: border-box;
}
body {

font-family: Arial, Helvetica, sans-serif;
display: flex;
flex-direct